home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Freeware / McAfee SiteAdvisor for Firefox 23.0 / safe.xpi / chrome / safe.jar / content / aboutdlg.xhtml next >
Encoding:
Extensible Markup Language  |  2006-06-21  |  1.5 KB  |  48 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> 
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
  4. [
  5. <!ENTITY % overlay SYSTEM "chrome://safe/locale/safe.dtd">
  6. %overlay;
  7. ]>
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11. <link rel="stylesheet" type="text/css" href="chrome://safe/locale/safe.css"/>
  12. </head>
  13. <body>
  14.     <center>
  15.         <a onfocus="this.blur();" href="http://www.siteadvisor.com/" target="_blank">
  16.             <img border="0" src="chrome://safe/content/logo.gif"/>
  17.         </a>
  18.                 <br/>
  19.         <font class="sastyle_about_title">&safe.about.html.subtitle;</font>
  20.         <br/>
  21.         <br/>
  22.         <font class="sastyle_about_body">
  23.             &safe.about.html.copyright;
  24.             <br/>
  25.             <a class="sastyle_about_link" href="http://www.siteadvisor.com/" target="_blank">
  26.                 www.siteadvisor.com
  27.             </a>
  28.             <br/>
  29.             <a class="sastyle_about_link" href="http://www.siteadvisor.com/about/" target="_blank">
  30.                 &safe.about.html.learnmore;
  31.             </a>
  32.             <br/>
  33.             <a class="sastyle_about_link" href="http://www.siteadvisor.com/privacypolicy.html" target="_blank">
  34.                                 &safe.about.html.privpol;
  35.             </a>
  36.             <br/>
  37.             <a class="sastyle_about_link" href="http://www.siteadvisor.com/eula.html" target="_blank">
  38.                 &safe.about.html.eula;
  39.             </a>
  40.         </font>
  41.     </center>
  42.     <p>
  43.         <font class="sastyle_about_body">
  44.             &safe.about.html.description;
  45.         </font>
  46.     </p>
  47. </body>
  48. </html>